Skip to main content

Cluster prerequisites

To be able to discover clustered (NDB) tables, the following parameters must be configured in the MySQL my.ini (Windows) file.

Cluster parameters
Parameter Value

ndb_log_bin

Must be:

ndb_log_bin=on

This ensures that changes in clustered tables will be logged to the binary log.

ndb_log_update_as_write

Must be:

ndb_log_update_as_write=OFF

This prevents writing UPDATEs as INSERTs in the binary log.

ndb_log_updated_only

Must be:

ndb_log_updated_only=OFF

Ensures that the binary log will contain the entire row and not just the changed columns.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!